| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetConstraintStatus function to get the set of constraints active for the current view.
UInt32 QTVRGetConstraintStatus (QTVRInstanceqtvr);
The QTVRGetConstraintStatus function returns, as its function result, a long integer whose bits encode the constraints currently active for the QuickTime VR movie specified by the qtvr parameter. See "Viewing Constraints" for a description of the available constraints.
The values returned by QTVRGetConstraintStatus are unaffected by the current control settings.
| Previous | Chapter contents | Chapter top | Section top | Next |